home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000200_news@columbia.edu _Fri Oct 15 12:26:05 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA24245
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 15 Oct 1999 12:26:04 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA00917
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 15 Oct 1999 11:58:14 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. Message-ID: <38074E30.2DBED3DB@concentric.net>
  10. From: Jay Weinshenker <jweinshe@concentric.net>
  11. Subject: Capturing output to file from script (UNIX)
  12. Date: Fri, 15 Oct 1999 15:57:00 GMT
  13. To: kermit.misc@columbia.edu
  14.  
  15. Hello.
  16.  
  17. I'm running C-Kermit 6.0.192, 6 Sep 96, for Solaris 2.x    and
  18. configuring it to run a script and that's it.  In this script, I've got
  19. everything going well, except that at one point it downloads a file.
  20.  
  21. Now, the server I am connecting to prompts for a filename and upon my
  22. script passing a filename and a carriage return, the server spews the
  23. file to the screen (which is ok).  I'm having a DEVIL of a time getting
  24. my kermit client to capture this output to a file - I've tried set
  25. session-log binary, set session-log text, and also set printer
  26. <filename> and I can't seem to get any of them to work - I *know* this
  27. is possible...
  28.  
  29. Can someone help me with this?
  30.  
  31. Please e-mail any responses to jweinshe@concentric.net or post reply.
  32.  
  33. Thanks.
  34.  
  35. J
  36.  
  37.